From 4e88d35838b90820c4b7bdbf7ba2704ed9cf555f Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Fri, 11 Feb 2005 01:51:41 +0000 Subject: [PATCH] bitkeeper revision 1.1177 (420c0fadBy7s1H_BwU5gDKjAg1MBFw) Cleanup cleanups. Signed-off-by: chris@xensource.com --- xen/include/xen/types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/include/xen/types.h b/xen/include/xen/types.h index 65d04d1e52..cd55353dfe 100644 --- a/xen/include/xen/types.h +++ b/xen/include/xen/types.h @@ -26,7 +26,6 @@ typedef unsigned short ushort; typedef unsigned int uint; typedef unsigned long ulong; -#if 0 #ifndef __BIT_TYPES_DEFINED__ #define __BIT_TYPES_DEFINED__ @@ -43,7 +42,6 @@ typedef __u8 uint8_t; typedef __u16 uint16_t; typedef __u32 uint32_t; typedef __u64 uint64_t; -#endif struct domain; -- 2.30.2